html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
  display: block;
}
img {
  border: 0;
}
body {
  background: #f5f5f5;
}
.whole {
  width: 100%;
  position: relative;
}
.content {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
.outer {
  min-height: calc(100vh - 170px);
  padding-bottom: 170px;
}
.header .content {
  overflow: hidden;
}
.header_1 {
  height: 90px;
  background: #005197;
}
.header_1 .logo {
  width: 17%;
  height: 90px;
  line-height: 90px;
  padding: 1.3% 0;
}
.header_1 .logo img {
  width: 100%;
}
.header_1 .header_right {
  width: 73%;
  text-align: right;
}
.header_left {
  float: left;
}
.header_right {
  float: right;
}
.header_link {
  height: 45px;
  line-height: 45px;
}
.header_link img {
  vertical-align: middle;
}
.header_link a {
  color: #fff;
}
.nav {
  overflow: hidden;
  font-size: 1.2em;
  font-weight: bold;
}
.nav li {
  float: left;
  width: 14.28571429%;
  text-align: right;
}
.nav li:hover a {
  color: #f8ba43;
}
.nav li a {
  color: #fff;
}
.nav li.active a {
  color: #f8ba43;
}
.header_2 {
  background: #fff;
}
.header_2 .header_link {
  text-align: right;
}
.header_2 .header_link a {
  color: #959595 !important;
}
.header_2 .logo {
  margin-top: 30px;
}
.nav_outer {
  background: #005197;
  padding: 10px 0;
}
.nav_outer .nav {
  font-size: 1.4em;
}
.nav_outer .nav li {
  text-align: center;
}
.search_2 {
  margin: 0 0 20px 0!important;
  background: none!important;
  border: 2px solid #005197;
  border-radius: 30px;
}
.search_2 input {
  width: 300px;
}
.search_2 .search_btn {
  background: #005197 !important;
}
.bread {
  color: #959595;
  padding: 20px 0;
}
.bread a {
  display: inline-block;
  color: #959595;
}
.bread a:hover {
  color: #005197;
}
.main {
  background: #fff;
  padding: 0 60px;
  overflow: hidden;
}
.main_left {
  float: left;
  width: 33%;
  padding: 60px 0;
}
.main_right {
  float: right;
  width: 67%;
}
.main_right_block {
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}
.border_img {
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: -28px;
  border: 5px solid #fff;
}
.border_img img {
  vertical-align: bottom;
}
.border_1 {
  border-left: 5px solid #005197;
  padding-top: 60px;
  padding-bottom: 40px;
  height: 430px;
}
.border_1 .border_img {
  background: #005197;
}
.border_2 {
  border-left: 5px solid #f8ba43;
  padding-bottom: 40px;
}
.border_2 .border_img {
  background: #f8ba43;
}
.index_tit_2 {
  text-align: center;
  color: #a1a1a1;
  font-size: 22px;
  font-weight: bold;
}
.index_tit_2 img {
  display: block;
  margin: 0 auto;
}
.welcome {
  color: #959595;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.m_t {
  margin-top: 40px;
}
.search_1 {
  background: #f5f5f5;
  overflow: hidden;
  margin: 40px 0;
}
.search_1 input {
  background: none;
  border: none;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  font-size: 18px;
}
.search_1 input:focus {
  outline: none;
}
.search_1 .search_btn {
  float: right;
  background: #a1a1a1;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  cursor: pointer;
}
.search_1 .search_btn:hover {
  background: #888888;
}
.search_1 .search_btn img {
  margin-top: 15px;
}
.tit {
  border-left: 5px solid #005197;
  padding-left: 20px;
  color: #005197;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tit:hover {
  color: #000;
}
.list li {
  margin-bottom: 15px;
}
.list li a {
  color: #626262;
}
.list li a:hover {
  color: #959595;
}
.list li span {
  display: inline-block;
  vertical-align: middle;
}
.list_name {
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list_time {
  width: 38%;
  text-align: right;
}
.btns {
  overflow: hidden;
  margin-top: 40px;
}
.btns .btn {
  float: left;
  text-align: center;
  padding: 35px 0;
}
.btns .btn:hover {
  opacity: 0.7;
}
.btns .btn span {
  padding: 0 5px 2px 5px;
  font-size: 14px;
}
.btns .btn img {
  display: block;
  margin: 0 auto;
}
.btns_1 {
  margin-top: 40px;
}
.btns_1 .btn {
  width: 47%;
}
.btns_1 .btn span {
  color: #fff;
}
.btn_1_1 {
  margin-right: 6%;
  background: #e9f5f8;
}
.btn_1_1 span {
  background: #73bed5;
}
.btn_1_2 {
  background: #fdefe7;
}
.btn_1_2 span {
  background: #f37d3f;
}
.btns_2 .btn {
  width: 25%;
  margin-right: 12.5%;
  padding: 20px 0;
  margin-bottom: 21px;
  font-weight: bold;
}
.btns_2 .btn span {
  font-size: 16px;
}
.btns_2 .btn img {
  margin-bottom: 10px;
}
.btns_2 .btn:nth-child(3n) {
  margin-right: 0;
}
.btns_3 {
  border-top: 1px solid #e1e1e1;
  padding-top: 25px;
  margin-top: 0;
}
.btn_2_1,
.btn_2_9 {
  background: #fdefe7;
  color: #f37d3f;
}
.btn_2_2,
.btn_2_6,
.btn_2_7 {
  background: #f0f6e7;
  color: #90bd54;
}
.btn_2_3,
.btn_2_4,
.btn_2_8 {
  background: #e9f5f8;
  color: #73bed5;
}
.btn_2_5 {
  background: #f5f5f5;
  color: #a1a1a1;
}
.two {
  margin-top: 35px ;
  overflow: hidden;
}
.two_block_tit {
  font-size: 25px;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}
.two_block_tit .two_tit_active {
  display: none;
}
.two_block_tit img {
  display: block;
  margin: 0 auto 5px auto;
}
.two_block {
  float: left;
  width: 44%;
  margin-top: 15px;
  border: 1px solid #eeeeee;
  transition: all 0.5s;
}
.two_block .two_block_tit {
  background: #f5f5f5;
  color: #005197;
}
.two_block .two_bottom {
  display: none;
}
.two_block .two_top {
  margin: 0;
}
.two_block .two_top ul li {
  float: none;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}
.two_block .two_top ul li span {
  border: none;
  display: inline-block;
  transition: all 0.5s;
}
.two_block .two_top ul li span .two_img_active {
  display: none;
}
.two_block .two_top ul li span img {
  display: inline-block;
  vertical-align: middle;
}
.two_block.active {
  width: 55%;
  margin-top: 0;
  border: 1px solid #005197;
}
.two_block.active .two_top {
  margin: 20px;
}
.two_block.active .two_top ul {
  overflow: hidden;
}
.two_block.active .two_top ul li {
  float: left;
  width: 20%;
  margin-right: 6.66666667%;
  font-size: 14px;
  border-bottom: none;
}
.two_block.active .two_top ul li a {
  color: #626262;
}
.two_block.active .two_top ul li span {
  border: 1px solid #005197;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  padding: 8px 0;
  margin-bottom: 5px;
}
.two_block.active .two_top ul li span img {
  width: 30px;
}
.two_block.active .two_top ul li span .two_img_active {
  display: inline-block;
}
.two_block.active .two_top ul li span .two_img_normal {
  display: none;
}
.two_block.active .two_top ul li:last-child {
  margin-right: 0;
}
.two_block.active .two_block_tit {
  background: #005197;
  color: #fff;
}
.two_block.active .two_block_tit .two_tit_normal {
  display: none;
}
.two_block.active .two_block_tit .two_tit_active {
  display: block;
}
.two_block.active .two_bottom {
  display: block;
}
.two_top {
  margin: 20px;
}
.two_top ul {
  overflow: hidden;
}
.two_top ul li {
  float: left;
  width: 20%;
  margin-right: 6.66666667%;
  font-size: 14px;
}
.two_top ul li:hover {
  opacity: 0.7;
}
.two_top ul li a {
  color: #626262;
}
.two_top ul li span {
  border: 1px solid #005197;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  padding: 8px 0;
  margin-bottom: 5px;
}
.two_top ul li span img {
  width: 30px;
}
.two_top ul li:last-child {
  margin-right: 0;
}
.two_bottom {
  margin: 0 20px;
}
.two_bottom ul {
  overflow: hidden;
}
.two_bottom ul li {
  width: 47%;
  margin-right: 6%;
  float: left;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 20px;
}
.two_bottom ul li:hover {
  opacity: 0.7;
}
.two_bottom ul li img {
  vertical-align: middle;
  height: 35px;
}
.two_bottom ul li:nth-child(2n) {
  margin-right: 0;
}
.two_bottom ul li:nth-child(1) {
  background: #ffdede;
}
.two_bottom ul li:nth-child(1) a {
  color: #005197;
}
.two_bottom ul li:nth-child(2) {
  background: #f0f6e7;
}
.two_bottom ul li:nth-child(2) a {
  color: #90bd54;
}
.two_bottom ul li:nth-child(3) {
  background: #e9f5f8;
}
.two_bottom ul li:nth-child(3) a {
  color: #73bed5;
}
.two_bottom ul li:nth-child(4) {
  background: #fdefe7;
}
.two_bottom ul li:nth-child(4) a {
  color: #f37d3f;
}
.fixed_btns {
  position: fixed;
  right: 10px;
  top: 30%;
  z-index: 10;
}
.fixed_btns li {
  background: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  width: 50px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.fixed_btns li:hover a {
  opacity: 0.5;
}
.fixed_btns li > img {
  vertical-align: middle;
}
.fixed_hide {
  position: absolute;
  right: 60px;
  background: #fff;
  padding: 10px;
  width: 100px;
  top: 10px;
  text-align: center;
  font-size: 14px;
  display: none;
  color: #acacac;
}
.fixed_hide img {
  width: 100%;
}
/*.footer {
  background: #696061;
  font-size: 14px;
}
.footer_top {
  border-bottom: 1px solid #b6b6b6;
  padding: 15px 0;
  text-align: center;
}
.footer_select {
  margin: 0 20px;
  position: relative;
}
.footer_select a {
  color: #b6b6b6;
  display: inline-block;
}
.footer_select a img {
  vertical-align: middle;
}
.footer_select ul {
  position: absolute;
  left: -40px;
  bottom: 34px;
  width: 150px;
  background: #fff;
  height: 200px;
  overflow: auto;
  padding: 10px 0;
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.1);
  z-index: 2;
  display: none;
}
.footer_select ul li {
  line-height: 30px;
}
.footer_select ul li:hover {
  background: #f5f5f5;
}
.footer_select ul li a {
  color: #000;
}
.footer_bottom {
  padding: 15px 0;
  color: #b6b6b6;
  width: 98%;
  margin-left: 20px;
  overflow: hidden;
}
.footer_bottom span {
  line-height: 25px;
}
.footer_bottom > a {
  float: left;
  width: 5%;
}
.footer_bottom > a img {
  vertical-align: bottom;
}
.footer_bottom a {
  color: #b6b6b6;
  display: inline-block;
}
.footer_bottom > div {
  float: left;
  width: 75%;
  margin-left: 5%;
}*/
.wrap {
  position: relative;
}
.wrap_block {
  position: relative;
}
.wrap_name {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  color: #fff;
}
.wrap_name span {
  display: block;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 10px;
}
#banner .swiper-slide {
  height: auto !important;
  position: relative;
}
#banner .swiper-slide img {
  height: 350px;
  vertical-align: bottom;
}
#banner .swiper-wrapper {
  height: 360px !important;
}
#banner .swiper-container {
  position: relative;
    height:360px;
}

#banner .pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 22px;
}
#banner .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin-right: 5px;
  cursor: pointer;
}
#banner .swiper-visible-switch {
  background: #aaa;
}
#banner .swiper-active-switch {
  background: #005197;
}
.arrow-left {
  position: absolute;
  left: 0px;
  top: 42%;
  margin-top: -15px;
  width: 24px;
  height: 30px;
  font-size: 3em;
  color: rgba(34, 34, 34, 0.5);
  z-index: 10;
  cursor: pointer;
}
.arrow-right {
  position: absolute;
  right: 0px;
  top: 42%;
  margin-top: -15px;
  width: 24px;
  height: 30px;
  font-size: 3em;
  color: rgba(34, 34, 34, 0.5);
  z-index: 10;
  cursor: pointer;
}
.inpage .footer {
  margin-top: -130px;
}
.inpage .footer_bottom {
  margin-left: 0;
}
.inpage .list ul {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
}
.inpage .list li {
  background: url(../image/dot.png) 0 center no-repeat;
  padding-left: 20px;
}
.inpage .list li:last-child {
  margin-bottom: 0;
}
.main_body {
  overflow: hidden;
}
.inpage_block {
  background: #fff;
  float: left;
  margin-top: 40px;
}
.inpage_block_inner {
  margin: 30px;
}
.gov .wrap {
  width: 48.5%;
  float: left;
  margin-top: 40px;
  margin-right: 3%;
  height:360px;
}

.gov .inpage_block {
  width: 48.5%;
  margin-right: 3%;
}
.gov .inpage_block:nth-child(even) {
  margin-right: 0;
}
.gov .list_name {
  width: 74%;
}
.gov .list_time {
  width: 25%;
}
.gov .activity {
  width: 100%!important;
}
.gov .activity ul {
  overflow: hidden;
}
.gov .activity li {
  width: 23%;
  float: left;
  margin-right: 2.66666667%;
  overflow: hidden;
}
.gov .activity li:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.gov .activity li img {
  width: 100%;
  vertical-align: bottom;
  transition: all 0.5s;
}
.gov .activity li:nth-child(4n) {
  margin-right: 0;
}
.gov .swiper-slide img {
  height: 360px;
  width: 100%;
}
.list_top {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 15px;
  background: none!important;
  padding-left: 0!important;
}
.list_top .list_name {
  width: 100%;
  font-size: 16px!important;
  font-weight: bold;
  color: #000;
}
.list_top .list_content {
  color: #959595;
  margin-top: 10px;
  font-size: 14px;
}
.list_top .list_content span {
  color: #005197;
}
.data {
  overflow-x: hidden;
}
.data .inpage_block {
  width: 31%;
  margin-right: 3.5%;
}
.data .inpage_block:nth-child(4) {
  margin-right: 0;
}
.data .detail_content p {
  margin: 15px 0;
  text-indent: 2em;
  color: #626262;
  line-height: 25px;
}
.data .swiper-slide img {
  height: 350px;
}
.data_top {
  width: 100%!important;
}
.data_top .inpage_block_inner {
  overflow: hidden;
}
.data_top ul {
  float: left;
  width: 30%;
}
.data_top ul li {
  padding: 13px 0;
  margin-bottom: 15px;
  cursor: pointer;
}
.data_top ul li.active {
  border-left: 5px solid #005197;
  background: #ffdede !important;
}
.data_top ul li.active a {
  color: #005197;
  font-weight: bold;
}
.data_top ul li a {
  margin-left: 20px;
  font-size: 1.2em;
  color: #fff;
}
.data_top_img {
  float: right;
  width: 65%;
}
.data_top_img img {
  display: none;
  width: 100%;
}
.situ .inpage_block {
  float: left!important;
}
.situ_img {
  position: relative;
  overflow: hidden;
}
.situ_img:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.situ_img img {
  width: 100%;
  transition: all 0.5s;
}
.situ_img_word {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  color: #fff;
}
.situ_img_1 .situ_img_word {
  padding-top: 25%;
  font-size: 1.5em;
}
.situ_img_3 .situ_img_word {
  padding-top: 40%;
  font-size: 1.5em;
}
.situ_img_2 .situ_img_word {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 30%;
}
.situ_bottom_left ul {
  overflow: hidden;
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
}
.situ_bottom_left li {
  float: left;
  width: 20%;
  margin-right: 6.66666667%;
  margin-top: 10px;
}
.situ_bottom_left li:nth-child(4n) {
  margin-right: 0;
}
.situ_left {
  float: left;
  width: 71%;
  margin-right: 3%;
}
.situ_right {
  float: right;
  width: 26%;
}
.situ_top_left .inpage_block_inner {
  overflow: hidden;
}
.situ_top_right .inpage_block_inner {
  overflow: hidden;
}
.situ_top_right:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.situ_top_right img {
  width: 100%;
  transition: all 0.5s;
}
.situ_top_l {
  float: left;
  width: 38.5%;
}
.situ_top_r {
  float: right;
  width: 58%;
  font-size: 17px;
  line-height: 28px;
  color: #626262;
}
.situ_top_r a {
  display: inline-block;
  background: #005197;
  color: #fff;
  border-radius: 6px;
  padding: 3px 20px;
  font-size: 14px;
  margin-top: 20px;
}
.situ_top_r a:hover {
  background: #910001;
}
.situ_intro .detail_content p {
  overflow: hidden;
  margin-bottom: 30px;
}
.situ_intro .detail_content p:last-child {
  margin-bottom: 0;
}
.situ_intro .detail_content p img {
  width: 30%;
  margin-right: 30px;
  float: left;
}
.situ_intro .detail_tittle {
  padding-bottom: 10px;
}
.open .inpage_block {
  width: 100%;
}
.open_right_top li {
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
}
.open_right_top li img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.open_right_top li a {
  color: #626262;
  padding: 10px;
}
.open_right_top li:hover {
  opacity: 0.5;
}
.open_right_bottom {
  overflow: hidden;
  text-align: center;
  margin-top: 16px;
}
.open_right_bottom li {
  width: 47%;
  margin-right: 4%;
  float: left;
  border: 1px solid #e8e8e8;
  height: 120px;
  margin-bottom: 16px;
}
.open_right_bottom li:hover {
  opacity: 0.7;
}
.open_right_bottom li:nth-child(2n) {
  margin-right: 0;
}
.open_right_bottom li a {
  color: #626262;
}
.open_right_bottom li span {
  display: inline-block;
  width: 80%;
}
.open_right_bottom img {
  display: block;
  margin: 10px auto 5px auto;
}
.open_search {
  background: none!important;
  padding: 0!important;
}
.open_search .search_1 {
  margin: 0;
}
.open_search .search_1 input,
.open_search .search_1 .search_btn {
  height: 40px;
  line-height: 40px;
}
.open_search .search_1 input {
  width: 90%;
  font-size: 14px;
  padding-left: 20px;
}
.open_search .search_1 .search_btn {
  background: #005197;
}
.open_search .search_1 .search_btn:hover {
  opacity: 0.5;
}
.open_search .search_1 .search_btn img {
  width: 20px;
  margin-top: 10px;
}
.open_big {
  overflow: hidden;
  margin-top: 40px;
}
.open_big .tab_btn {
  position: relative;
}
.open_big .tab_btn span {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 1;
  font-size: 1.7em;
  color: #fff;
}
.open_big .tab_body {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}
.open_big .tab_body li {
  line-height: 30px;
  padding: 10px 10%;
  float: none;
  width: 80%;
}
.open_big .tab_body li:hover {
  background: #f5f5f5;
}
.open_big .tab_body li a {
  color: #626262;
}
.open_big li {
  float: left;
  width: 18.4%;
  margin-right: 2%;
  position: relative;
}
.open_big li img {
  width: 100%;
}
.open_big li:last-child {
  margin-right: 0;
}
.open_big li:hover .tab_body {
  display: block;
}
.write_tab_1 {
  background: #005197;
  padding: 15px 0;
  overflow: hidden;
  margin-top: 40px;
}
.write_tab_1 a {
  float: left;
  width: 49%;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  opacity: 0.7;
}
.write_tab_1 a.active {
  opacity: 1;
}
.write_tab_1 a img {
  display: block;
  margin: 8px auto;
}
.write_tab_1 > img {
  float: left;
}
.write_body_1 {
  margin: 0;
  width: 100%;
  display: none;
}
.write_tit {
  color: #005197;
  font-size: 1.4em;
  margin-bottom: 15px;
}
.write_content {
  color: #626262;
  line-height: 25px;
  font-size: 14px;
}
.write_content p {
  text-indent: 2em;
}
.write_input_outer {
  margin: 30px 0;
}
.write_tit_outer {
  overflow: hidden;
}
.write_tit_outer a {
  float: left;
}
.write_tit_outer div {
  float: right;
  text-align: right;
}
.write_tit_outer div span {
  color: #005197;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.write_list {
  overflow: hidden;
}
.write_list li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
  /*margin-right: 4%;*/
  overflow: hidden;
}
.write_list li a {
  padding: 0 20px;
}
.write_list li:hover {
  background: #f5f5f5;
}
/*.write_list li:nth-child(even) {
  float: right;
  margin-right: 0;
}*/
.write_list li:nth-child(1),
.write_list li:nth-child(2) {
  border-top: 1px solid #e2e2e2;
}
.write_block_left {
  float: left;
  width: 12%;
}
.write_block_left span {
  color: #000;
  display: block;
  text-align: center;
}
.write_block_left span:nth-child(1) {
  font-size: 3.5em;
  margin-top: -15px;
}
.write_block_left span:nth-child(2) {
  font-size: 0.7em;
  margin-top: -10px;
}
.write_block_left span:nth-child(3) {
  background: #005197;
  color: #fff;
  font-size: 0.6em;
  padding: 2px 0;
  margin-top: 3px;
}
.write_block_right {
  float: right;
  width: 85%;
}
.write_block_top {
  color: #005197;
  margin-top: 5px;
}
.write_block_name {
  color: #626262;
  font-size: 18px;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.write_tab_2 {
  overflow: hidden;
}
.write_tab_2 a {
  float: left;
  width: 30%;
  margin-right: 4.3%;
  border: 1px solid #f9be9f;
  border-radius: 6px;
  position: relative;
  text-align: right;
  padding-top: 20px;
  opacity: 0.3;
}
.write_tab_2 a:last-child {
  margin-right: 0;
}
.write_tab_2 a.active {
  opacity: 1;
}
.write_tab_2 a img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 30px;
}
.write_tab_2 a span {
  position: absolute;
  color: #000;
  font-size: 1.6em;
  left: 30px;
  top: 35px;
}
.write_body_2 {
  margin-top: 30px;
  overflow: hidden;
  display: none;
}
.write_left {
  float: left;
  width: 30%;
}
.write_right {
  float: right;
  width: 66%;
}
.write_right .write_list li {
  width: 100%;
  margin-right: 0;
}
.write_welcom {
  background: #ffdede;
  color: #005197;
  text-align: center;
  padding: 10px 0;
}
.write_welcom span {
  font-weight: bold;
}
.write_intro {
  margin-bottom: 30px;
}
.write_intro_top {
  position: relative;
}
.write_intro_top img {
  width: 100%;
  vertical-align: bottom;
}
.write_intro_top span {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  color: #ffad7a;
  font-weight: bold;
}
.write_intro_content {
  border: 1px solid salmon;
  border-top: none;
  padding: 20px;
  color: #e6887d;
  font-size: 14px;
  line-height: 25px;
}
.write_left_ul ul {
  display: none;
  background: #f5f5f5;
  margin-bottom: 3px;
}
.write_left_ul ul li {
  padding: 8px 30px;
  font-size: 14px;
}
.write_left_ul ul li:hover {
  background: #ebebeb;
}
.write_left_ul ul li a {
  color: #000;
}
.write_left_ul li:nth-child(1) .write_ul_tit_1 {
  background: #fdefe7;
  border-left: 5px solid #f37d3f;
}
.write_left_ul li:nth-child(2) .write_ul_tit_1 {
  background: #e9f5f8;
  border-left: 5px solid #73bed5;
}
.write_left_ul li:nth-child(3) .write_ul_tit_1 {
  background: #f0f6e7;
  border-left: 5px solid #90bd54;
}
.write_left_ul li:nth-child(4) .write_ul_tit_1 {
  background: #fdefe7;
  border-left: 5px solid #f37d3f;
}
.write_ul_tit_1 {
  padding: 15px;
  margin-bottom: 3px;
  cursor: pointer;
}
.platform_block_body {
  overflow: hidden;
}
.gapp_rank_tab_body {
  display: none;
  float: right;
  width: 93%;
}
.platform_rank_btn {
  float: left;
  width: 4%;
}
.platform_rank_btn a {
  background: #f6f6f6;
  color: #c8121e;
  text-align: center;
  margin-bottom: 2px;
  padding: 30px 0;
  font-size: 1.1em;
}
.platform_rank_btn a.active {
  background: #005197;
  color: #fff;
}
.gapp_rank_tab_top {
  overflow: hidden;
  line-height: 80px;
  border-bottom: 1px dashed #b2b2b2;
}
.gapp_rank_tab_top_left {
  float: left;
  width: 70%;
}
.gapp_rank_tab_top_right {
  float: right;
  width: 30%;
}
.gapp_rank_tab_top_right span {
  display: inline-block;
  width: 31%;
  width: 29.5%\9;
  text-align: center;
}
.gapp_rank_tab_bottom {
  margin-top: 10px;
}
.gapp_rank_row {
  padding: 20px 0;
}
.gapp_rank_row span,
.gapp_rank_row a {
  display: inline-block;
  clear: both;
}
.gapp_rank_num {
  background: #e2e2e2;
  border: 5px solid #f5f5f5;
  font-size: 0.9em;
  width: 20px;
  text-align: center;
}
.gapp_rank_row:nth-child(1) .gapp_rank_num,
.gapp_rank_row:nth-child(2) .gapp_rank_num {
  background: #febc1d;
  color: #c8121e;
  border: 5px solid #ffde8f;
}
.gapp_rank_name {
  margin: 0 20px;
  width: 14%;
}
.gapp_rank_strip_out {
  background: #eaeaea;
  height: 15px;
  border-radius: 10px;
  display: inline-block;
  width: 47%;
}
.gapp_rank_strip_in {
  background: #febc1d;
  height: 15px;
  border-radius: 10px;
  width: 80%;
}
.gapp_rank_row .gapp_rank_tab_top_right span {
  font-size: 1.2em;
}
.gapp_rank_percent {
  color: #c8121e;
  font-weight: bold;
  font-size: 1.3em !important;
}
.detail_top {
  border-bottom: 1px solid #e2e2e2;
  color: #626262;
  padding-bottom: 20px;
}
.detail_top span {
  display: inline-block;
}
.detail_top_left {
  float: left;
  width: 50%;
}
.detail_top_left span {
  margin-right: 10px;
}
.detail_top_right {
  float: right;
  width: 50%;
  text-align: right;
}
.detail_top_right a,
.detail_top_right div {
  display: inline-block;
  color: #626262;
}
.detail_top_right span {
  cursor: pointer;
  margin-right: 5px;
}
.detail_top_right img {
  width: 15px;
  vertical-align: top;
}
.detail_tittle {
  text-align: center;
  font-size: 1.5em;
  color: #005197;
  font-weight: bold;
  padding: 30px 0;
}
.detail_tittle div {
  color: #005197;
  font-size: 0.8em;
  margin-top: 20px;
  font-weight: initial;
}
.detail_autor {
  text-align: right;
  color: #959595;
  font-size: 1.1em;
  margin-top: 20px;
}
.detail_font_size {
  position: relative;
}
.detail_font_size_body {
  position: absolute;
  border: 1px solid #e2e2e2;
  border-top: 0;
  display: block;
  top: 38px;
  background: #fff;
  left: -20px;
  width: 50px;
  text-align: center;
  padding: 5px 0;
}
.detail_font_size_body span {
  display: block;
  padding: 5px 0;
  margin-right: 0;
}
.detail_content img {
  width: 100%;
}
.list_body {
  width: 100%;
}
.inpage_list .write_block_left {
  width: 14%;
}
.inpage_list .write_block_left span {
  display: block;
  text-align: center;
}
.inpage_list .write_block_right {
  width: 83%;
}
.inpage_list .write_block_name {
  margin-top: 10px;
}
.inpage_list .write_block_left span:nth-child(1) {
  font-size: 2.5em;
}
.inpage_list .write_block_left span:nth-child(2) {
  background: #005197;
  color: #fff;
  padding: 5px;
  margin-top: 0;
  font-size: 0.6em;
}
.inpage_list .write_block_top {
  margin-top: 0;
}
.inpage_activity .activity li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page {
  text-align: center;
  margin-top: 30px;
}
.page a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  color: #a1a1a1;
}
.page a:hover {
  background: #005197;
  color: #fff;
  border: 1px solid #005197;
}
.manager_photo {
  overflow: hidden;
  padding-top: 25px!important;
}
.manager_photo li {
  background: none!important;
  float: left;
  width: 18.4%;
  margin-right: 2%;
  padding-left: 0!important;
}
.manager_photo li:hover img {
  border: 1px solid #73bed5;
}
.manager_photo li a {
  overflow: hidden;
  text-align: center;
}
.manager_photo li:nth-child(5n) {
  margin-right: 0;
}
.manager_photo img {
  width: 70%;
  padding: 7px;
  border: 1px solid #e2e2e2;
}
.manager_photo_1 li {
  float: none;
  width: 100%;
}
.manager_photo_1 .manager_name {
  margin: 10px 0;
  text-align: left;
}
.manager_photo_left {
  float: left;
  width: 18%;
}
.manager_photo_right {
  float: right;
  width: 80%;
  text-align: left;
}
.manager_name {
  font-size: 16px;
  /*font-weight: bold;*/
  text-align: center;
}
.manager_assis_content {
  overflow: hidden;
}
.manager_assis_content .manager_photo_left {
  border: 1px solid #e2e2e2;
  text-align: center;
  color: #000;
  padding: 20px 0;
}
.manager_assis_content .manager_photo_left img {
  margin-bottom: 10px;
  width: 80%;
}
.manager_assis_content .manager_name {
  font-weight: inherit;
  font-size: 1em;
}
.manager_assis_content .manager_name span {
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
  margin-left: 10px;
}
.manager_assis_content .manager_photo_right {
  width: 78%;
}
.manager_assis_intro {
  line-height: 25px;
  color: #626262;
  font-size: 15px;
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
}
.manager_assis_intro p {
  text-indent: 2em;
  margin-bottom: 10px;
}
.manager_governor .manager_photo_left {
  width: 25%;
}
.manager_governor .manager_photo_left img {
  width: 95%;
}
.manager_governor .manager_photo_right {
  width: 72%;
}
.manager_governor .manager_name {
  margin-top: 5px;
}
.manager_governor .manager_name span {
  color: #005197;
  font-weight: bold;
  vertical-align: inherit;
  margin-right: 10px;
  font-size: 16px;
}
.manager_governor .manager_intro {
  font-size: 14px;
  line-height: 25px;
  height: 185px;
  overflow: auto;
  background: #f5f5f5;
  padding: 20px;
}
.manager_governor .swiper-slide img {
  width: 100%;
  height: 350px;
}
.manager_governor .open_right_top li {
  border: none;
  margin-bottom: 20px;
}
.manager_governor .open_right_top li a {
  padding: 8px 0;
  text-justify: distribute-all-lines;
}
.manager_governor .open_right_top li span {
  background: #005197;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  margin-right: 10px;
}
.manager_governor .situ_left {
  width: 80%;
}
.manager_governor .situ_right {
  width: 17%;
}
.organize_list a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  margin-right: 10px;
  cursor: pointer;
  color: #626262;
  margin-top: 10px;
}
.organize_list a:hover {
  background: #005197;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
  }
  .main {
    width: 94%;
    padding: 0 10px;
    margin: 0 auto;
  }
  .footer_select {
    display: block;
    margin: 5px 0;
  }
  .footer_select ul {
    left: 30%;
    bottom: 25px;
  }
  .footer_bottom {
    margin: 0 auto;
  }
  .footer_bottom > a {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .footer_bottom > div {
    width: 100%;
    text-align: center;
  }
  .footer_bottom > a,
  .footer_bottom > div {
    float: none;
  }
  .outer {
    padding-bottom: 130px;
  }
  .fixed_btns,
  .border_img {
    display: none;
  }
  .header {
    padding-bottom: 20px;
  }
  .header_left.logo {
    width: 100%;
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
  }
  .header_left.logo img {
    width: 35%;
  }
  .header_right {
    width: 100%!important;
  }
  .header_link {
    height: 30px;
    line-height: 30px;
    font-size: 0.7em;
    margin-top: -35px;
    margin-right: 10px;
  }
  .header_2 {
    padding-bottom: 0;
  }
  .header_2 .logo {
    margin-top: 10px;
  }
  .search_2 {
    height: 30px;
    width: 96%;
    margin: 25px 2%!important;
  }
  .search_2 input {
    height: 30px;
    width: 70%;
    font-size: 0.7em;
  }
  .search_2 .search_btn {
    height: 30px;
    line-height: 30px;
  }
  .search_2 .search_btn img {
    width: 20px;
    margin-top: 5px;
  }
  .bread {
    width: 96%;
    margin: 0 auto;
  }
  .nav {
    font-size: 1em;
    margin-top: 5px;
  }
  .nav li {
    width: 25%;
    text-align: center;
    margin-top: 5px;
  }
  .nav_outer .nav {
    font-size: 1em;
    margin-top: 0;
  }
  .main_left,
  .main_right {
    width: 100%;
    float: none;
  }
  .main_right_block {
    padding: 0;
    height: inherit;
    border: none;
    margin: 0;
  }
  .index_tit_1 {
    overflow: hidden;
  }
  .index_tit_1 img {
    width: 200%;
    margin-left: -50%;
  }
  .two_block,
  .two_block.active {
    width: 99%;
    float: none;
  }
  .border_2 {
    margin-top: 30px;
  }
  .index_tit_2 img {
    width: 100%;
  }
  .inpage_block {
    overflow: hidden;
  }
  .inpage_block_inner {
    margin: 20px;
  }
  .list_time {
    font-size: 0.8em;
  }
  .gov .wrap,
  .inpage_block,
  .gov .inpage_block {
    width: 96%;
    float: none;
    margin: 15px auto!important;
  }
  .gov .wrap {
    margin-top: 30px!important;
  }
  .gov .swiper-slide img {
    height: 200px;
  }
  .gov .list_name {
    width: 70%;
  }
  .gov .activity {
    width: 96%!important;
  }
  .gov .activity li {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .open_big {
    margin-top: 15px;
  }
  .open_big li {
    width: 48%;
    margin: 1px 1%;
  }
  .open_search .search_1 input {
    width: 70%;
  }
  .situ_left,
  .situ_right {
    width: 96%;
    float: none;
    margin: 0 auto;
  }
  .write_tab_1 {
    margin: 15px 7px -15px 7px;
  }
  .write_tit_outer div {
    font-size: 0.8em;
  }
  .write_tit_outer div span {
    margin-right: 2px;
    margin-bottom: 10px;
  }
  .write_list li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .write_block_left,
  .inpage_list .write_block_left {
    width: 25%;
    margin-left: -10px;
  }
  .write_block_right,
  .inpage_list .write_block_right {
    width: 70%;
  }
  .write_block_name {
    margin-top: 15px;
    white-space: inherit;
    height: 50px;
  }
  .write_tab_2 a {
    margin-right: 3%;
  }
  .write_tab_2 a span {
    font-size: 1em;
    bottom: 30px;
    top: inherit;
    left: 15px;
  }
  .write_tab_2 a img {
    width: 50%;
  }
  .write_left,
  .write_right {
    width: 100%;
    float: none;
  }
  .write_right {
    margin-top: 30px;
  }
  .platform_rank_btn {
    float: left;
    width: 10%;
  }
  .gapp_rank_tab_body {
    width: 87%;
  }
  .gapp_rank_tab_top_left {
    display: none;
  }
  .gapp_rank_tab_top_left,
  .gapp_rank_tab_top_right {
    float: none;
    width: 100%;
  }
  .gapp_rank_tab_top {
    line-height: 40px;
  }
  .gapp_rank_row {
    padding: 10px 0;
  }
  .gapp_rank_name {
    margin: 0 10px;
    width: 45%;
  }
  .gapp_rank_strip_out {
    width: 100%;
    margin-top: 8px;
  }
  .situ .inpage_block {
    float: none!important;
    width: 100%;
  }
  .situ_top_l,
  .situ_top_r {
    float: none;
    width: 100%;
  }
  .situ_bottom_left li {
    width: 47%;
    margin-right: 6%;
  }
  .situ_bottom_left li:nth-child(2n) {
    margin-right: 0;
  }
  .data .inpage_block,
  .data_top_img {
    width: 96%;
    float: none;
  }
  .data_top ul {
    float: none;
    width: 100%;
  }
  .data_top ul li {
    margin-bottom: 5px;
  }
  .data_top ul li a {
    font-size: 0.9em;
  }
  .data_top_img {
    width: 100%;
    margin-top: 20px;
  }
  .detail_top {
    font-size: 0.9em;
  }
  .detail_top_left,
  .detail_top_right {
    float: none;
    width: 100%;
    text-align: left;
  }
  .manager_photo_left {
    width: 98%;
    float: none;
  }
  .manager_photo_right {
    float: none;
    width: 100%!important;
    margin-top: 30px;
  }
  .manager_photo li {
    width: 48%;
  }
  .manager_photo_1 li {
    width: 100%;
  }
  .manager_photo_1 .manager_photo_left {
    width: 48%;
    margin: 0 auto;
  }
  .manager_photo_1 .manager_photo_right,
  .manager_photo_1 .manager_name {
    text-align: center;
    margin: 5px;
  }
  .manager_photo_right {
    width: 45%;
  }
  .manager_governor .inpage_block {
    width: 96%;
  }
  .manager_governor .manager_photo_left {
    width: 99%;
  }
  .situ_left,
  .situ_right {
    float: none;
    width: 96%!important;
  }
  .situ_left .inpage_block,
  .situ_right .inpage_block {
    width: 100%;
  }
  .manager_governor .open_right_top {
    overflow: hidden;
  }
  .manager_governor .open_right_top li {
    float: left;
    width: 50%;
  }
  .manager_governor .manager_photo li {
    width: 100%;
  }
  .situ_intro .detail_content p img {
    width: 100%;
    margin-bottom: 30px;
  }
  .data .swiper-slide img {
    height: 150px;
  }
  .page {
    margin-top: 25px;
  }
  .page a {
    padding: 5px 10px;
  }
  .activity .content {
    width: 98%;
  }
  .activity img {
    width: 100%;
  }
  .activity .pagination {
    position: absolute;
    z-index: 20;
    left: 46%;
    bottom: 5px;
  }
  .activity .arrow-left,
  .activity .arrow-right {
    top: 25%;
  }
  #banner .swiper-container{height:250px;}
  #banner .swiper-slide img {
  height: 250px;
  vertical-align: bottom;
}
#banner .pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 12px;
}
  .gov .wrap{height:250px;}
  .yw .picScroll-left .bd{width:87%;margin: 0 auto;}
  .yw .picScroll-left .bd ul li img{width:100%;}
  .yw .picScroll-left{width:100%;}
}
